home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / µSim 1.0.5 / source / Note on C compilers < prev    next >
Encoding:
Text File  |  1995-11-03  |  1.7 KB  |  34 lines  |  [TEXT/ttxt]

  1. Everything compiles fine under Metrowerks CodeWarrior 7 (both 68K and PPC) with the Universal Headers 2.1 and:
  2.  
  3. #define    SystemSevenOrLater    1
  4. #define    CGLUESUPPORTED    0
  5. #define    OLDROUTINENAMES    0
  6. #define    OLDROUTINELOCATIONS    0
  7.  
  8. Assembler 68000 dependencies in the beta versions have been eliminated while porting to the PowerMac platform.
  9.  
  10. This software uses the MoreFiles library 1.3 by Jim Luther (Apple Macintosh Developer Technical Support).
  11. The MoreFiles notice says:
  12.  
  13. Copyright © 1992-1994 Apple Computer, Inc.
  14. **    All rights reserved.
  15. **
  16. **    You may incorporate this sample code into your applications without
  17. **    restriction, though the sample code has been provided "AS IS" and the
  18. **    responsibility for its operation is 100% yours.  However, what you are
  19. **    not permitted to do is to redistribute the source as "DSC Sample Code"
  20. **    after having made changes. If you're going to re-distribute the source,
  21. **    we require that you make it clear in the source that the code was
  22. **    descended from Apple Sample Code, but that you've made changes.
  23.  
  24. Since I made changes (the MoreFiles routines are compiled with C instead of Pascal calling conventions), as a safeguard against Apple’s lawyers I chose not to redistribute the Apple code at all; you will have to download the latest version yourself, should you need it.
  25.  
  26. Each source file I wrote should be prefixed by the following copyright notice (I am too lazy to update them all):
  27.  
  28. Copyright © 1993,1994,1995 by Fabrizio Oddone
  29. ••• ••• ••• ••• ••• ••• ••• ••• ••• •••
  30. This source code is distributed as freeware:
  31. you may copy, exchange, modify this code.
  32. You may include this code in any kind of application: freeware,
  33. shareware, or commercial, provided that full credits are given.
  34. You may not sell or distribute this code for profit.